- GetStackFrames
int GetStackFrames(void** result, int* sizes, int max_depth, int skip_count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GetStackFramesWithContext
int GetStackFramesWithContext(void** result, int* sizes, int max_depth, int skip_count, const(void)* uc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GetStackTrace
int GetStackTrace(void** result, int max_depth, int skip_count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GetStackTraceWithContext
int GetStackTraceWithContext(void** result, int max_depth, int skip_count, const(void)* uc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.